home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 September (IDG)
/
Sep99.iso
/
Shareware World
/
Comms & Internet
/
LinkConverter 1.1.2
/
Dialog Director v0.7
/
Examples
/
Show Text Client.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-01-04
|
186 b
|
5 lines
|
[
TEXT/ToyS
]
tell application "Show Text"
dd set value of item 1 of dialog 1 to "First Text: " & (current date) as text
open [1, 3, 5]
ShowText("* Second Text: " & (current date) as text)
end tell